Welcome![Sign In][Sign Up]
Location:
Search - select socket

Search list

[TCP/IP stacktcp

Description: 一个TCP,UDP套接字编程,还有select套接字编程一个简单的例子-A TCP, UDP socket programming, socket programming also select a simple example
Platform: | Size: 1375232 | Author: 张来 | Hits:

[Internet-NetworkQQ

Description: 在Linux下,实现客户端与服务聊天,采用select监听标准输入和socket-In Linux, chat clients and services to achieve
Platform: | Size: 11264 | Author: 叶川 | Hits:

[CommunicationSyncSocket

Description: windows系统下的一个基于WS2_32.lib的socket网络框架,与CAsyncSOcket类不一样的地方是它可以跨线程使用,采用select模型实现socket通讯,具有常见的事件方法,比如OnClose,OnAccept,OnReceive,OnSend等事件通知,还有常用的send等发送数据接口,简单易用。欢迎大家使用,也欢迎改进改软件框架。-1.base on S2_32.lib 2.select model 3.event model. 4.easy to use
Platform: | Size: 4096 | Author: fangta | Hits:

[Internet-Networktcpsokcet

Description: 基于select IO模型的tcp通讯类,按定长截取数据包。可用于数据量较大的socket通讯处理。-Tcp select IO model based communications, intercepted by fixed-length packets. Large amount of data can be used to handle socket communication.
Platform: | Size: 1024 | Author: moguojun | Hits:

[Internet-Networkserver

Description: (基于select模型)socket的封装类【超详细注释】,可以直接来用,讨论下优劣.. 这是服务器端,我在VS2008编译过了.. -(Based on select models) socket wrappers】 【super-detailed notes, can be used directly to discuss the pros and cons .. it is under the server side, I have compiled a VS2008 ..
Platform: | Size: 3879936 | Author: xuwei | Hits:

[Internet-Networkclient

Description: 完整的工程,有断点..过程清晰。socket的封装类【超详细注释】,可以直接来用,讨论下优劣.. 这是客户端,我在VS2008编译过了.. -Based on select models) socket wrappers】 【super-detailed notes, can be used directly to discuss the pros and cons .. this is the next client, I have compiled a VS2008 ..
Platform: | Size: 3924992 | Author: xuwei | Hits:

[TCP/IP stackTCPTester-xjt

Description: socket各种TCP模型性能测试,包括select模型,阻塞同步TCP模型,客户端开启1000个线程开启1000个socket-socket test speed,including select,the client create 1000 sockets.
Platform: | Size: 21359616 | Author: winpcap | Hits:

[Internet-Networksock

Description: 基于linux的一个简单的select的socket程序 说明select的应用-A simple linux-based description of the procedures select the socket select the application
Platform: | Size: 1024 | Author: 彭许波 | Hits:

[Internet-Network06

Description: Windows socket网络编程 vc++实现select模式开发 内有客户端和服务器端的两个程序-Windows socket network programming vc++ realize select pattern development client and server in the two programs
Platform: | Size: 50176 | Author: luli | Hits:

[Internet-Networksrc

Description: 代码写了unix socket编程的几种模式,包括迭代模式,epoll模式,select模式,多线程,多进程模式,是学习很好用的资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
Platform: | Size: 12288 | Author: 焦梁 | Hits:

[Internet-Networktest

Description: 基于socket套接字设计的对话框程序,可以选择服务器和客户端,服务器和客户端可以实现全双工通信-Based on socket socket design of the dialog box procedure, you can select the server and client, server and client can achieve full-duplex communication
Platform: | Size: 15330304 | Author: shuo men | Hits:

[Internet-NetworktoUp

Description: 在lnux中TCP/IP通信的程序,使用socket、select实现异步操作,包括服务端和客户端.-In lnux TCP/IP communication procedures, using socket, select asynchronous operation, including server and client.
Platform: | Size: 515072 | Author: mawb | Hits:

[Internet-NetworkP2P-IM

Description: 设计一个p2p聊天软件,由多个聊天客户端和一个中心服务器组成。各个聊天客户端可以两两相互发送消息。目的在于设计GUI,多线程和套接字编程。各个客户端用IP地址和TCP/IP监听端口号进行标识。每个客户提供一个名字,方便其它客户端。 此设计由两部分组成。 部分一:p2p聊天中各个成员管理。每个成员称为一个peer,要有一个中心的服务处理peer的登记和对已经登记的peer进行更新。 步骤1:一个peer选择一个名字,通过登记界面进行登记。 步骤2:服务器拥有一个公有IP,在一个众所周知的端口进行监听。Peer向服务器发送‘register’请求,同时发送自己的登记信息(如自己取的名字,自己的监听端口号等)。服务器收到‘register’请求后,如果这是每一个登记请求,服务器建立一个用于记录已经登记peer的列表(Peer List),否则更新Peer List。 步骤3:服务器向来登记的peer发送Peer List。PeerList 由一些活跃的peer组成,一个活跃的peer是在最近30秒内进行登记的peer -The design of a p2p chat software, multiple chat client and a central server. Each chat client can two two send each other messages. Aims to design the GUI, multithreading and socket programming. Each client IP address and TCP/IP listening port number for identification. Each customer to provide a name, and convenient to other clients. This design consists of two parts. Part one: p2p chat management. Each member is called a peer, have a central service to deal with peer registration and to update already registered peer. Step 1: a peer to select a name to be registered through the registration interface. Step 2: The server has a public IP, in a well-known port listening. Peer to the server send register request, send the registration information (such as the name they take, their own listening port number, etc.). The server receives the request of the register , if this is per a registration request, the server to establish one for the record have been registered to the list o
Platform: | Size: 502784 | Author: liu | Hits:

[CSharpMultiplexing-server

Description: 掌握基于select的多路复用程序基本流程 掌握套接字队列的管理方法 掌握基本的套接字状态处理方法 -Based on the master select multiplexed program basic process Master socket queue management methods Have basic knowledge of the socket state processing method
Platform: | Size: 36864 | Author: 梦竹 | Hits:

[CSharpJam-with-the-jam

Description: 1、 体会非阻塞套接字的非阻塞效果; 2、 体会阻塞套接字对多路复用流程的影响; 3、 体会select中设置超时时间对系统性能的影响,(在selelct中设置超时时间实际上是进入一种既不是完全阻塞,又不是持续空转的“半阻塞”状态); 4、 掌握阻塞套接字和非阻塞套接字不同情况下的程序设计思想。 -1, and understand the obstruction of the socket of blocking effect 2, realize the jam socket for multiplexed process, the effects of 3 and experience in select set overtime time effect the performance of the system, and (in selelct set in overtime time is actually into a is not completely blocked, and not continue the "half a block" idling state) 4, master jam socket and a non-blocking socket different conditions in the program design thought.
Platform: | Size: 31744 | Author: 梦竹 | Hits:

[Internet-Networkdcc_thread

Description: unix、linux下的Socket,Select,线程,线程锁,简单的在线服务系统,包含了自己写的Socket传输协议-unix, linux under the Socket, Select, thread, thread lock, a simple online service system, including Socket transfer protocol to write their own
Platform: | Size: 26624 | Author: 郝瑞祥 | Hits:

[JSP/JavaTCPChat

Description: 基于TCP协议的socket通讯的java聊天程序,含有GUI,选择server端或者client端之后,可以建立socket通讯。-Java chat program based on the TCP protocol socket communication with GUI, select the server side or client side, you can create a socket communication.
Platform: | Size: 17408 | Author: Victoria Hu | Hits:

[Internet-NetworkTCP3.0

Description: 基于多线程Select异步模型的的TCP服务端,客户端网络Socket调试工具 这是我用API封装的,供调试Socket程序用的 有客户端和服务端 两个程序都是基于Select异步模型的,其中服务端还用到了多线程技术,保证了多客户端的连接 都是消息触发和回调的 用多线程就能够保证多客户端的同时连接,要满足更多的客户端连接,要用到线程池模型,有待于更进一步的探讨和研究 QQ:593485230 E-mai:cangzhu@163.com -Multithreaded Select asynchronous model of TCP server, client network Socket debugging tools I use the API package for debugging Socket program with both client and server programs are based on the Select asynchronous model, which The server also uses multi-threading technology, client connections are messages trigger and use multiple threads at the same time will be able to guarantee multi-client callback connections to meet more client connections, thread pool model to be used for , pending further discussion and research QQ: 593 485 230 E-mai: cangzhu@163.com
Platform: | Size: 70656 | Author: xxx | Hits:

[Windows DevelopTCPSelect

Description: 网络套接字编程小例子,关于select类型的程序-Network socket programming small example, on select type of program
Platform: | Size: 281600 | Author: 曾威杰 | Hits:

[Internet-NetworkVC_c_s

Description: 基于Windows的网络通信验证程序。第一次运行该程序后,在”socket”菜单中选择”服务器”选项既可启动服务器。接下来,再次运行该程序后在”socket”菜单中选择”客户端”选项既可启动客户端并建立网络连接,允许多客户并发处理。 客户端可向服务器端发送数据并在本地显示,服务器显示接收到的数据并倒序返回。 服务器可向所有连接的客户广播消息。 -The authentication process of a Windows-based network communication. The first time you run the program, " socket" menu, select the " server" option can start the server. Next, run the program again in the " socket" menu, select the " client" option can start the client and establish a network connection, and allows multiple clients concurrent processing. The client can send data to the server side and on the local display, the server displays the received data and descending return. The server can broadcast messages to all connected clients.
Platform: | Size: 58368 | Author: seanses | Hits:
« 1 2 3 4 5 6 7 89 10 »

CodeBus www.codebus.net